升级到1040

chengzhenyu 7 years ago
parent
commit
d2ee63b6dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/build.gradle

+ 2 - 2
app/build.gradle

@@ -20,8 +20,8 @@ android {
20 20
         applicationId "ai.pai.lensman"
21 21
         minSdkVersion MIN_SDK_VERSION as int
22 22
         targetSdkVersion TARGET_SDK_VERSION as int
23
-        versionCode 1030
24
-        versionName "1.0.30"
23
+        versionCode 1040
24
+        versionName "1.0.40"
25 25
         buildConfigField "boolean", "isTestMode", "true"
26 26
         buildConfigField "boolean", "isJumpLogin", "false"
27 27
         manifestPlaceholders = [CHANNEL_NAME: "guanwang"]